SftTree/OCX 7.0

SftTree.ListCount Property

Softel vdm, Inc.

Returns the number of items in the tree control.

Deprecated - Provided for compatibility with earlier versions only - Use Items.Count instead

Syntax       

Get

VB.NET

Count = object.ListCount  As Integer

VB

Count = object.ListCount  As Long

C#.NET

int Count = object.ListCount;

VC++

long Count = object->ListCount;
long Count = object->GetListCount();

C

HRESULT object->get_ListCount(long* Count);

Delphi

Count := object.ListCount   : Integer;

object

A SftTree object.

Count

Returns the number of items in the tree control.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.Count instead

The ListCount property returns the number of items in the tree control.

The Items.Add and Items.Insert methods add new items.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com